home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / recovserverinfo.man < prev    next >
Text File  |  1990-01-15  |  1KB  |  29 lines

  1. ' $Header: /sprite/src/cmds/recovinfo/RCS/recovinfo.man,v 1.1 89/12/12 17:54:14 mgbaker Exp Locker: mgbaker $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS RECOVSERVERINFO cmds
  4. .BS
  5. .SH NAME
  6. recovserverinfo \- Print out information about the number of times clients attmepted recovery with a server
  7. .SH SYNOPSIS
  8. \fBrecovserverinfo\fR -[\fIoptions\fR]
  9. .SH OPTIONS
  10. .IP "\fB-duration\fR" 14
  11. Print out only the start and finish times of all recovery per host.  Do not
  12. print out the start and finish times for each attempt of a host, if there's
  13. more than one attempt.
  14. .IP "\fB-noHandles\fR" 14
  15. Do not include the default information about the number of handles requested to be reopened.
  16. .IP "\fB-success\fR" 14
  17. Specify the number of reopens that returned success, as well as the number merely requested.
  18. .BE
  19. .SH INTRODUCTION
  20. This command prints out information about what clients attempted recovery
  21. with a server, how many times they attempted it, and how long it took to
  22. recover.  For now, the command must be executed on the server in question.
  23. The first line, per host, gives the duration of recovery for that host, while
  24. further lines per host (if -duration is not specified) give the start and
  25. finish times of each recovery attempt, including the first.  The first line
  26. is included simply for convenience of interpretation.
  27. .SH KEYWORDS
  28. recovery, server
  29.